English
Initiates the password recovery process by sending a reset linkto the user’s registered email address. The user can then followthis link to create a new password.
cURL
curl --request POST \ --url https://your_a2_service/auth/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?